Edit an Action on a Sequential Function Chart

You need to edit each action that you add to a Sequential Function Chart (SFC). By editing an action, you can associate it with a Geo SCADA Expert action such as a control. Alternatively, you can enter any Structured Text code so that the action runs a Logic program.

To edit an action on an SFC:

  1. Right-click on an action in the Actions tab.
    A context sensitive menu is displayed.
  2. Select the Edit option.
    The Action Program window is displayed.

    NOTE: If a document window displays a 'chain' icon , it indicates that it is associated with another document window. For example, an inset window maintains a relationship with the parent Mimic from which it was launched. While both of the associated document windows remain open, their title bars display a 'chain' icon. If you close the parent window, both document windows will close.

  3. Enter the ST code for the action. For more information on ST, see ST Programs.

    Common codes for actions include setting a point value or point state.

    Example:

    Thie following sets an action to change the state of a variable named 'PumpState' to state 1 (True).

    PumpState :=True;

When you have configured an action, you will need to configure an action association (see Edit an Action Association). The action association configuration defines the type of action and when the action occurs.


Disclaimer

Geo SCADA Expert 2020